From 1f417a24928bacc466052b750ac6aae72610492f Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 9 Jun 2009 02:53:07 +0000 Subject: [PATCH] (Fmap_charset_chars): In docstring, state clear that FROM-CODE and TO-CODE are codepoints of CHARSET. --- src/charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/charset.c b/src/charset.c index 59e676f00ae..6674861f133 100644 --- a/src/charset.c +++ b/src/charset.c @@ -830,7 +830,7 @@ RANGE is a cons (FROM . TO), where FROM and TO indicate a range of characters contained in CHARSET. The optional 4th and 5th arguments FROM-CODE and TO-CODE specify the -range of code points of target characters. */) +range of code points (in CHARSET) of target characters. */) (function, charset, arg, from_code, to_code) Lisp_Object function, charset, arg, from_code, to_code; { -- 2.30.2